Returns the String data type passed with trailing (right side) whitespaces removed.
Syntax |
|---|
|
result = RTrim( SourceString ) |
|
result = stringVariable.RTrim( ) |
Parameters |
||
|---|---|---|
|
SourceString |
The source, a copy of which, to be returned with trailing whitespaces removed. |
|
Return Value |
||
|---|---|---|
|
Result |
SourceString with trailing whitespaces removed. |
|